UNPKG

create-coliapp

Version:

Create projects like colidev 🚀. Inspired by 'create-appncy' by @goncy

9 lines (6 loc) • 114 B
import {fetchList, getList} from "./data"; const api = { fetchList, getList, }; export default api;